tools: Update sonames for 4.6 RCs
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 11 Aug 2015 13:41:23 +0000 (14:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 11 Aug 2015 14:39:01 +0000 (15:39 +0100)
commit10feec4519d7a964846ed980235936a097947090
treef5096111350565db14d7a2b4ce5920bc7827060c
parent201eac83831d94ba2e9a63a7eed4c128633fafb1
tools: Update sonames for 4.6 RCs

Update libxc to 4.6.
Update libxl to 4.6.
Update libxlu to 4.6.

I did
  git-grep 'MAJOR.*='
and also to check I had everything
  git-grep 'SONAME_LDFLAG' | egrep -v 'MAJOR' |less

The other, un-updated, libraries are:
  blktap2 (control, libvhd) 1.0  in-tree users only, no ABI changes
  libfsimage    1.0      no ABI changes
  libvchan      1.0      no ABI changes
  libxenstat    0.0 (!)  no ABI changes
  libxenstore   3.0      no ABI changes

My assertions "no ABI changes" are based on the output of
  git-diff origin/stable-4.5..staging .
and similar runes, sometimes limited to .h files.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
---
v2: Bump libxlu too.  [ Reported by Wei Liu. ]
tools/libxc/Makefile
tools/libxl/Makefile